Header Class

Class Header.

Definition

Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public class Header
Inheritance
Object    Header

Constructors

Header Initializes a new instance of the Header class.
Header(StandardHeader, String) Initializes a new instance of the Header class.
Header(String, String) Initializes a new instance of the Header class.

Properties

Name Gets or sets the name.
Value Gets or sets the value.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Returns a String that represents this instance.
(Overrides ObjectToString)

See Also